by PMG
Written in C
Released in April 2004
--- What is iroffer? --- iroffer is a fileserver for irc (commonly referred to as a DCC bot). It uses the DCC feature of irc to send files to other users. iroffer will connect to an irc server and let people request files from it. Unlike similar programs, iroffer is not a script, it is a standalone executable written entirely in c from scratch with high transfer speed and effeciency in mind. iroffer has been able to sustain upto 50MByte/sec transfer rate over a gigabit ethernet link. --- Supported Platforms --- Linux FreeBSD, OpenBSD, BSD/OS, NetBSD Solaris/SunOS UP-UX IRIX Digital UNIX MacOS X Server MacOS X AIX Win95/98/NT/2000 All other platforms have not been tested, but will probabily work --- New in 1.3.b06 --- (April 3rd 2004) - make debug a cmdline option not config file - replace auto* with autosendpack - change overallminspeed -> transferminspeed - remove double queue, will add something better in the future - add xdcclistfile config, save xdl to text file - update info and xdl commands, add 'xdcc info' message for users - add nomd5sum config option - add md5sum calcluation to packs - fixup logstats - add removedir, remove all files from within a directory - share filedescriptors and mmaps between transfers - fix total sent problem in statefile - fix integer overflow if transfer rate exceeds 140mbps - add sendfile support (for linux and freebsd) - turn off respondtochannellist by default - improve log rotation - fix 'shutdown now' crash if issued through dcc chat - other cleanups PMGMegaSecurity